home *** CD-ROM | disk | FTP | other *** search
- global gMasterData, gSection, gEvaluationData
-
- on goVideo
- go("video")
- set gSection to #video
- if not activationOn(gMasterData, #video) then
- activate(gMasterData, #video)
- end if
- end
-
- on goIntro
- go("intro")
- set gSection to #intro
- end
-
- on goEvaluate
- if voidp(gEvaluationData) then
- set gEvaluationData to [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
- end if
- go("eval1")
- set gSection to #eval1
- audio1xOnly(gMasterData, "204")
- if not activationOn(gMasterData) then
- activate(gMasterData)
- end if
- end
-